I'm trying to disable the service via rest-api update service call. But its ignoring the payload and nothing happened..

Here my payload,

{
“status”:“disabled”
}

can someone please help me on this. Does rest api supports to disable the service…?

Hi @prakash,

What you need to do via the API is to create a Maintenance Window for the specific service. Disabling a service is an option available from the UI. There are more details on the use of the API re Maintenance Windows her.

Thanks